home *** CD-ROM | disk | FTP | other *** search
- /* ======================================================================
- DESC: Common Button Functions for the Administer Operations
-
- PLATFORMS: >= MS IE 4.0
-
- USAGE NOTES:
- ====================================================================== */
- // Insure Tree Buttons are preloaded
- var TreeButtonsLoaded = false;
- function plTreeButtons() {
- if ( top.banner.TreeButtonDone ) { // If they been completely loaded
- TreeButtonsLoaded = true;
- return true;
- }
- else if ( top.banner.preLoadStart == false ) {
- top.banner.preLoadImgs(); // if not started
- }
- return false;
- }
-
-